home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 43
/
Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso
/
Aminet
/
comm
/
www
/
Cookie_Killer.lha
/
Cookie_Killer_pkg
/
startup.awebrx
< prev
Wrap
Text File
|
2001-02-21
|
1KB
|
50 lines
/*------------------------------------------------------------------
AREXX : Very simple AWeb startup script. Supplements
GAS_Aweb icon and script in AWeb3: - do this stuff here
because we need to use the AWeb Arexx port.
$VER: startup.awebrx 0.3 (04.01.01)
Limitations:
Assumes port is AWEB.1 - should be valid as this is called "on
startup" (see Program Settings...).
To Do:
1) ?
0.1
GAS - Sunday 31 December 2000
0.2
Added ability to retain specified cookies.
GAS - Wednesday 03 January 2001
0.3
Stripped out cookie setting functions as separate program (see
Cookie_killer.awebrx).
GAS - Thursday 04 January 2001
------------------------------------------------------------------*/
/* Send external commands to AWeb by default */
ADDRESS AWEB.1
/* Call program to delete all cookies except those that have been
selected for retention. Do this through the REXX port itself because
I can't get "call" to pass arguments to an ARexx program... */
ADDRESS REXX "AWebPath:Plugins/Cookie_killer/Cookie_killer.awebrx"
/* Taraa fer a bit! */
bogoff:
exit 0